Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update module github.com/bufbuild/protovalidate-go to v0.9.1 #1167

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 1, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
github.com/bufbuild/protovalidate-go v0.8.2 -> v0.9.1 age adoption passing confidence

Release Notes

bufbuild/protovalidate-go (github.com/bufbuild/protovalidate-go)

v0.9.1

Compare Source

This is a quick follow-on to v0.9.0. A mistake was made and the parameter type for FieldPathString changed unintentionally. It has been fixed.

Breaking Changes

v0.9.x removes support for the long-deprecated ignore_empty and skipped fields on FieldConstraints; protovalidate-go will no longer respect these options if they are set, and they are removed from the latest version of the protovalidate definitions.

Legacy resolution of protoc-gen-validate rules is removed. The resolver package is moved to resolve and now contains free functions instead of an interface. The celext package was moved to cel; it exports the same functionality, but has been refactored, with some method names changing, and the celext.DefaultEnv function has been replaced with cel.NewLibrary.

protovalidate.Validator is now an interface and not a struct. Pointers of type *protovalidate.Validator should be changed to protovalidate.Validator values instead.

What's Changed

Full Changelog: bufbuild/protovalidate-go@v0.9.0...v0.9.1

v0.9.0

Compare Source

Breaking Changes

This release removes support for the long-deprecated ignore_empty and skipped fields on FieldConstraints; protovalidate-go will no longer respect these options if they are set, and they are removed from the latest version of the protovalidate definitions.

Legacy resolution of protoc-gen-validate rules is removed. The resolver package is moved to resolve and now contains free functions instead of an interface. The celext package was moved to cel; it exports the same functionality, but has been refactored, with some method names changing, and the celext.DefaultEnv function has been replaced with cel.NewLibrary.

protovalidate.Validator is now an interface and not a struct. Pointers of type *protovalidate.Validator should be changed to protovalidate.Validator values instead.

What's Changed

Full Changelog: bufbuild/protovalidate-go@v0.8.2...v0.9.0


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the dependencies Pull requests that update a dependency file label Feb 1, 2025
@renovate renovate bot enabled auto-merge (squash) February 1, 2025 21:05
Copy link
Contributor Author

renovate bot commented Feb 1, 2025

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: backend/go.sum
Command failed: go mod tidy
go: finding module for package github.com/bufbuild/protovalidate-go/celext
go: finding module for package github.com/bufbuild/protovalidate-go/resolver
go: github.com/ictsc/ictsc-regalia/backend imports
	github.com/bufbuild/buf/cmd/buf imports
	github.com/bufbuild/buf/private/buf/cmd/buf imports
	github.com/bufbuild/buf/private/buf/cmd/buf/command/beta/bufpluginv1 imports
	github.com/bufbuild/buf/private/bufpkg/bufcheck/bufcheckserver imports
	github.com/bufbuild/buf/private/bufpkg/bufcheck/bufcheckserver/internal/bufcheckserverbuild imports
	github.com/bufbuild/buf/private/bufpkg/bufcheck/bufcheckserver/internal/bufcheckserverhandle imports
	github.com/bufbuild/buf/private/bufpkg/bufcheck/bufcheckserver/internal/buflintvalidate imports
	github.com/bufbuild/protovalidate-go/celext: module github.com/bufbuild/protovalidate-go@latest found (v0.9.1), but does not contain package github.com/bufbuild/protovalidate-go/celext
go: github.com/ictsc/ictsc-regalia/backend imports
	github.com/bufbuild/buf/cmd/buf imports
	github.com/bufbuild/buf/private/buf/cmd/buf imports
	github.com/bufbuild/buf/private/buf/cmd/buf/command/beta/bufpluginv1 imports
	github.com/bufbuild/buf/private/bufpkg/bufcheck/bufcheckserver imports
	github.com/bufbuild/buf/private/bufpkg/bufcheck/bufcheckserver/internal/bufcheckserverbuild imports
	github.com/bufbuild/buf/private/bufpkg/bufcheck/bufcheckserver/internal/bufcheckserverhandle imports
	github.com/bufbuild/buf/private/bufpkg/bufcheck/bufcheckserver/internal/buflintvalidate imports
	github.com/bufbuild/protovalidate-go/resolver: module github.com/bufbuild/protovalidate-go@latest found (v0.9.1), but does not contain package github.com/bufbuild/protovalidate-go/resolver

Copy link
Contributor

github-actions bot commented Feb 1, 2025

The latest Buf updates on your PR. Results from workflow Proto CI Pipeline / lint (pull_request).

BuildFormatLintBreakingUpdated (UTC)
✅ passed✅ passed✅ passed✅ passedFeb 10, 2025, 2:45 PM

@renovate renovate bot force-pushed the renovate/github.com-bufbuild-protovalidate-go-0.x branch 25 times, most recently from 0126791 to f2dd880 Compare February 7, 2025 17:37
@renovate renovate bot force-pushed the renovate/github.com-bufbuild-protovalidate-go-0.x branch 11 times, most recently from e8efa55 to e3fd64a Compare February 10, 2025 04:25
@renovate renovate bot force-pushed the renovate/github.com-bufbuild-protovalidate-go-0.x branch from e3fd64a to 1d33c79 Compare February 10, 2025 14:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants